Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
react-markdown ^9.0.1 -> ^10.0.0 age confidence

Release Notes

remarkjs/react-markdown (react-markdown)

v10.1.0

Compare Source

Add
Fix

Full Changelog: remarkjs/react-markdown@10.0.1...10.1.0

v10.0.1

Compare Source

Full Changelog: remarkjs/react-markdown@10.0.0...10.0.1

v10.0.0

Compare Source

  • aaaa40b
    Remove support for className prop
    migrate: see “Remove className” below
Remove className

The className prop was removed.
If you want to add classes to some element that wraps the markdown
you can explicitly write that element and add the class to it.
You can then choose yourself which tag name to use and whether to add other
props.

Before:

<Markdown className="markdown-body">{markdown}</Markdown>

After:

<div className="markdown-body">
  <Markdown>{markdown}</Markdown>
</div>

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency react-markdown to v10 Update dependency react-markdown to v10 Mar 7, 2025
@renovate renovate bot changed the title Update dependency react-markdown to v10 fix(deps): update dependency react-markdown to v10 Jun 3, 2025
@renovate renovate bot changed the title fix(deps): update dependency react-markdown to v10 Update dependency react-markdown to v10 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/major-remark branch from e0e9814 to b4a8744 Compare June 10, 2025 13:36
@renovate renovate bot changed the title Update dependency react-markdown to v10 fix(deps): update dependency react-markdown to v10 Jun 17, 2025
@renovate renovate bot changed the title fix(deps): update dependency react-markdown to v10 Update dependency react-markdown to v10 Jun 19, 2025
@renovate renovate bot changed the title Update dependency react-markdown to v10 fix(deps): update dependency react-markdown to v10 Jul 29, 2025
@renovate renovate bot changed the title fix(deps): update dependency react-markdown to v10 Update dependency react-markdown to v10 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/major-remark branch 2 times, most recently from e90bd27 to 7f66a38 Compare August 13, 2025 16:01
@renovate renovate bot force-pushed the renovate/major-remark branch from 7f66a38 to abee486 Compare August 19, 2025 11:38
@renovate renovate bot changed the title Update dependency react-markdown to v10 fix(deps): update dependency react-markdown to v10 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/major-remark branch from abee486 to eb7699d Compare August 31, 2025 11:21
@renovate renovate bot changed the title fix(deps): update dependency react-markdown to v10 Update dependency react-markdown to v10 Sep 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants